Html Css Color HEX #6C990C Christi

📋 copy color: '#6C990C'

red 108 ◦ green 153 ◦ blue 12

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

Shades of Christi #6C990C

Tints of Christi #6C990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.04%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 39.56%
G = 56.04%
B = 4.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#6C990C (or 0x6C990C) is known color: Christi. HEX triplet: 6C, 99 and 0C. RGB value is (108,153,12). Sum of RGB (Red+Green+Blue) = 108+153+12=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #6C990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C990C is #9366F3. Grayscale: #7B7B7B. Windows color (decimal): -9660148 or 825708. OLE color: 825708.

HSL color Cylindrical-coordinate representation of color #6C990C: hue angle of 79.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C990C is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 153 12 -
CMYK 0.29 0 0.92 0.4
HSL 79.15º 0.85% 0.32% -
HSV(B) 79.15º 0.92% 0.6% -
XYZ 17.64 26 4.44 -
YUV 123.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 108 153 12 0.29 0 0.92 0.4 79.15 0.85 0.32
Hex 6C 99 C 1D 0 5C 28 4F 55 20
Octal 154 231 14 35 0 134 50 117 125 40
Binary 1101100 10011001 1100 11101 0 1011100 101000 1001111 1010101 100000

Color Harmonies of #6C990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C990C

Black with #6C990C

Text Example


Text Example

White with #6C990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,153,12); }

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

background-color css

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

 a { background-color: rgb(108,153,12); }

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

border-color css

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

 span { border-color: rgb(108,153,12); }

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