Html Css Color HEX #769B13 Christi

📋 copy color: '#769B13'

red 118 ◦ green 155 ◦ blue 19

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

Shades of Christi #769B13

Tints of Christi #769B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 40.41%
G = 53.08%
B = 6.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#769B13 (or 0x769B13) is known color: Christi. HEX triplet: 76, 9B and 13. RGB value is (118,155,19). Sum of RGB (Red+Green+Blue) = 118+155+19=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #769B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769B13 is #8964EC. Grayscale: #808080. Windows color (decimal): -9004269 or 1284982. OLE color: 1284982.

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

Color convert

RGB 118 155 19 -
CMYK 0.24 0 0.88 0.39
HSL 76.32º 0.78% 0.34% -
HSV(B) 76.32º 0.88% 0.61% -
XYZ 19.31 27.34 4.88 -
YUV 128.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 118 155 19 0.24 0 0.88 0.39 76.32 0.78 0.34
Hex 76 9B 13 18 0 58 27 4C 4E 22
Octal 166 233 23 30 0 130 47 114 116 42
Binary 1110110 10011011 10011 11000 0 1011000 100111 1001100 1001110 100010

Color Harmonies of #769B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B13

Black with #769B13

Text Example


Text Example

White with #769B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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