Html Css Color HEX #6DBB0E Christi

📋 copy color: '#6DBB0E'

red 109 ◦ green 187 ◦ blue 14

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

Shades of Christi #6DBB0E

Tints of Christi #6DBB0E

RGB

 RED value IS 109 (42.97% from 255) = 35.16%

 GREEN value IS 187 (73.44% from 255) = 60.32%

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 35.16%
G = 60.32%
B = 4.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#6DBB0E (or 0x6DBB0E) is known color: Christi. HEX triplet: 6D, BB and 0E. RGB value is (109,187,14). Sum of RGB (Red+Green+Blue) = 109+187+14=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBB0E is #9244F1. Grayscale: #909090. Windows color (decimal): -9585906 or 965485. OLE color: 965485.

HSL color Cylindrical-coordinate representation of color #6DBB0E: hue angle of 87.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DBB0E is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 187 14 -
CMYK 0.42 0 0.93 0.27
HSL 87.05º 0.86% 0.39% -
HSV(B) 87.05º 0.93% 0.73% -
XYZ 24.16 38.82 6.64 -
YUV 143.96 54.66 103.07 -
System Red Green Blue C M Y K H S L
Decimal 109 187 14 0.42 0 0.93 0.27 87.05 0.86 0.39
Hex 6D BB E 2A 0 5D 1B 57 56 27
Octal 155 273 16 52 0 135 33 127 126 47
Binary 1101101 10111011 1110 101010 0 1011101 11011 1010111 1010110 100111

Color Harmonies of #6DBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBB0E

Black with #6DBB0E

Text Example


Text Example

White with #6DBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,187,14); }

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

background-color css

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

 a { background-color: rgb(109,187,14); }

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

border-color css

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

 span { border-color: rgb(109,187,14); }

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