Html Css Color HEX #769B05 Christi

📋 copy color: '#769B05'

red 118 ◦ green 155 ◦ blue 5

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

Shades of Christi #769B05

Tints of Christi #769B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 42.45%
G = 55.76%
B = 1.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#769B05 (or 0x769B05) is known color: Christi. HEX triplet: 76, 9B and 05. RGB value is (118,155,5). Sum of RGB (Red+Green+Blue) = 118+155+5=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #769B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769B05 is #8964FA. Grayscale: #7F7F7F. Windows color (decimal): -9004283 or 367478. OLE color: 367478.

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

Color convert

RGB 118 155 5 -
CMYK 0.24 0 0.97 0.39
HSL 74.8º 0.94% 0.31% -
HSV(B) 74.8º 0.97% 0.61% -
XYZ 19.22 27.31 4.4 -
YUV 126.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 118 155 5 0.24 0 0.97 0.39 74.8 0.94 0.31
Hex 76 9B 5 18 0 61 27 4B 5E 1F
Octal 166 233 5 30 0 141 47 113 136 37
Binary 1110110 10011011 101 11000 0 1100001 100111 1001011 1011110 11111

Color Harmonies of #769B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B05

Black with #769B05

Text Example


Text Example

White with #769B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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