Html Css Color HEX #6BAB14 Christi

📋 copy color: '#6BAB14'

red 107 ◦ green 171 ◦ blue 20

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

Shades of Christi #6BAB14

Tints of Christi #6BAB14

RGB

 RED value IS 107 (42.19% from 255) = 35.91%

 GREEN value IS 171 (67.19% from 255) = 57.38%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 35.91%
G = 57.38%
B = 6.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#6BAB14 (or 0x6BAB14) is known color: Christi. HEX triplet: 6B, AB and 14. RGB value is (107,171,20). Sum of RGB (Red+Green+Blue) = 107+171+20=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB14 is #9454EB. Grayscale: #878787. Windows color (decimal): -9721068 or 1354603. OLE color: 1354603.

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

Color convert

RGB 107 171 20 -
CMYK 0.37 0 0.88 0.33
HSL 85.43º 0.79% 0.37% -
HSV(B) 85.43º 0.88% 0.67% -
XYZ 20.75 32.3 5.8 -
YUV 134.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 107 171 20 0.37 0 0.88 0.33 85.43 0.79 0.37
Hex 6B AB 14 25 0 58 21 55 4F 25
Octal 153 253 24 45 0 130 41 125 117 45
Binary 1101011 10101011 10100 100101 0 1011000 100001 1010101 1001111 100101

Color Harmonies of #6BAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB14

Black with #6BAB14

Text Example


Text Example

White with #6BAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,20); }

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

background-color css

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

 a { background-color: rgb(107,171,20); }

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

border-color css

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

 span { border-color: rgb(107,171,20); }

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