Html Css Color HEX #6AA513 Christi

📋 copy color: '#6AA513'

red 106 ◦ green 165 ◦ blue 19

#6AA513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6AA513

Tints of Christi #6AA513

RGB

 RED value IS 106 (41.8% from 255) = 36.55%

 GREEN value IS 165 (64.84% from 255) = 56.9%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 36.55%
G = 56.9%
B = 6.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6AA513 (or 0x6AA513) is known color: Christi. HEX triplet: 6A, A5 and 13. RGB value is (106,165,19). Sum of RGB (Red+Green+Blue) = 106+165+19=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA513 is #955AEC. Grayscale: #838383. Windows color (decimal): -9788141 or 1287530. OLE color: 1287530.

HSL color Cylindrical-coordinate representation of color #6AA513: hue angle of 84.25º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AA513 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 165 19 -
CMYK 0.36 0 0.88 0.35
HSL 84.25º 0.79% 0.36% -
HSV(B) 84.25º 0.88% 0.65% -
XYZ 19.52 30.02 5.38 -
YUV 130.72 64.95 110.37 -
System Red Green Blue C M Y K H S L
Decimal 106 165 19 0.36 0 0.88 0.35 84.25 0.79 0.36
Hex 6A A5 13 24 0 58 23 54 4F 24
Octal 152 245 23 44 0 130 43 124 117 44
Binary 1101010 10100101 10011 100100 0 1011000 100011 1010100 1001111 100100

Color Harmonies of #6AA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA513

Black with #6AA513

Text Example


Text Example

White with #6AA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AA513; }

 p { color: rgb(106,165,19); }

 H1.HeaderClassName
 {
   color: #6AA513;
 }
 .AnyTagClassName
 {
   color: #6AA513;
 }
</style>

background-color css

<style>
 a { background-color: #6AA513; }

 a { background-color: rgb(106,165,19); }

 div.DivClassName
 {
   background-color: #6AA513;
 }
 .BgClassName
 {
   background-color: #6AA513;
 }
</style>

border-color css

<style>
 span { border-color: #6AA513; }

 span { border-color: rgb(106,165,19); }

 td.TdClassName
 {
   border-color: #6AA513;
 }
 .TagClassName
 {
   border-color: #6AA513;
 }
</style>