Html Css Color HEX #6CB312 Christi

📋 copy color: '#6CB312'

red 108 ◦ green 179 ◦ blue 18

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

Shades of Christi #6CB312

Tints of Christi #6CB312

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

 GREEN value IS 179 (70.31% from 255) = 58.69%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 35.41%
G = 58.69%
B = 5.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#6CB312 (or 0x6CB312) is known color: Christi. HEX triplet: 6C, B3 and 12. RGB value is (108,179,18). Sum of RGB (Red+Green+Blue) = 108+179+18=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB312 is #934CED. Grayscale: #8B8B8B. Windows color (decimal): -9653486 or 1225580. OLE color: 1225580.

HSL color Cylindrical-coordinate representation of color #6CB312: hue angle of 86.46º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CB312 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 179 18 -
CMYK 0.40 0 0.90 0.30
HSL 86.46º 0.82% 0.39% -
HSV(B) 86.46º 0.9% 0.7% -
XYZ 22.41 35.47 6.24 -
YUV 139.42 59.48 105.59 -
System Red Green Blue C M Y K H S L
Decimal 108 179 18 0.40 0 0.90 0.30 86.46 0.82 0.39
Hex 6C B3 12 28 0 5A 1E 56 52 27
Octal 154 263 22 50 0 132 36 126 122 47
Binary 1101100 10110011 10010 101000 0 1011010 11110 1010110 1010010 100111

Color Harmonies of #6CB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB312

Black with #6CB312

Text Example


Text Example

White with #6CB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,179,18); }

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

background-color css

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

 a { background-color: rgb(108,179,18); }

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

border-color css

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

 span { border-color: rgb(108,179,18); }

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