Html Css Color HEX #769B0C Christi

📋 copy color: '#769B0C'

red 118 ◦ green 155 ◦ blue 12

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

Shades of Christi #769B0C

Tints of Christi #769B0C

RGB

 RED value IS 118 (46.48% from 255) = 41.4%

 GREEN value IS 155 (60.94% from 255) = 54.39%

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

R = 41.4%
G = 54.39%
B = 4.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#769B0C (or 0x769B0C) is known color: Christi. HEX triplet: 76, 9B and 0C. RGB value is (118,155,12). Sum of RGB (Red+Green+Blue) = 118+155+12=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #769B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769B0C is #8964F3. Grayscale: #808080. Windows color (decimal): -9004276 or 826230. OLE color: 826230.

HSL color Cylindrical-coordinate representation of color #769B0C: hue angle of 75.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #769B0C is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 12 -
CMYK 0.24 0 0.92 0.39
HSL 75.52º 0.86% 0.33% -
HSV(B) 75.52º 0.92% 0.61% -
XYZ 19.26 27.32 4.61 -
YUV 127.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 118 155 12 0.24 0 0.92 0.39 75.52 0.86 0.33
Hex 76 9B C 18 0 5C 27 4C 56 21
Octal 166 233 14 30 0 134 47 114 126 41
Binary 1110110 10011011 1100 11000 0 1011100 100111 1001100 1010110 100001

Color Harmonies of #769B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B0C

Black with #769B0C

Text Example


Text Example

White with #769B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769B0C; }

 p { color: rgb(118,155,12); }

 H1.HeaderClassName
 {
   color: #769B0C;
 }
 .AnyTagClassName
 {
   color: #769B0C;
 }
</style>

background-color css

<style>
 a { background-color: #769B0C; }

 a { background-color: rgb(118,155,12); }

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

border-color css

<style>
 span { border-color: #769B0C; }

 span { border-color: rgb(118,155,12); }

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