Html Css Color HEX #6B990C Christi

📋 copy color: '#6B990C'

red 107 ◦ green 153 ◦ blue 12

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

Shades of Christi #6B990C

Tints of Christi #6B990C

RGB

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

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

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

R = 39.34%
G = 56.25%
B = 4.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#6B990C (or 0x6B990C) is known color: Christi. HEX triplet: 6B, 99 and 0C. RGB value is (107,153,12). Sum of RGB (Red+Green+Blue) = 107+153+12=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #6B990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B990C is #9466F3. Grayscale: #7B7B7B. Windows color (decimal): -9725684 or 825707. OLE color: 825707.

HSL color Cylindrical-coordinate representation of color #6B990C: hue angle of 79.57º 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 #6B990C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 153 12 -
CMYK 0.30 0 0.92 0.4
HSL 79.57º 0.85% 0.32% -
HSV(B) 79.57º 0.92% 0.6% -
XYZ 17.52 25.93 4.43 -
YUV 123.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 107 153 12 0.30 0 0.92 0.4 79.57 0.85 0.32
Hex 6B 99 C 1E 0 5C 28 50 55 20
Octal 153 231 14 36 0 134 50 120 125 40
Binary 1101011 10011001 1100 11110 0 1011100 101000 1010000 1010101 100000

Color Harmonies of #6B990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B990C

Black with #6B990C

Text Example


Text Example

White with #6B990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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