Html Css Color HEX #76AF01 Christi

📋 copy color: '#76AF01'

red 118 ◦ green 175 ◦ blue 1

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

Shades of Christi #76AF01

Tints of Christi #76AF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.52%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 40.14%
G = 59.52%
B = 0.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#76AF01 (or 0x76AF01) is known color: Christi. HEX triplet: 76, AF and 01. RGB value is (118,175,1). Sum of RGB (Red+Green+Blue) = 118+175+1=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76AF01 is #8950FE. Grayscale: #8A8A8A. Windows color (decimal): -8999167 or 110454. OLE color: 110454.

HSL color Cylindrical-coordinate representation of color #76AF01: hue angle of 79.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76AF01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 1 -
CMYK 0.33 0 0.99 0.31
HSL 79.66º 0.99% 0.35% -
HSV(B) 79.66º 0.99% 0.69% -
XYZ 22.81 34.51 5.49 -
YUV 138.12 50.62 113.65 -
System Red Green Blue C M Y K H S L
Decimal 118 175 1 0.33 0 0.99 0.31 79.66 0.99 0.35
Hex 76 AF 1 21 0 63 1F 50 63 23
Octal 166 257 1 41 0 143 37 120 143 43
Binary 1110110 10101111 1 100001 0 1100011 11111 1010000 1100011 100011

Color Harmonies of #76AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF01

Black with #76AF01

Text Example


Text Example

White with #76AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AF01; }

 p { color: rgb(118,175,1); }

 H1.HeaderClassName
 {
   color: #76AF01;
 }
 .AnyTagClassName
 {
   color: #76AF01;
 }
</style>

background-color css

<style>
 a { background-color: #76AF01; }

 a { background-color: rgb(118,175,1); }

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

border-color css

<style>
 span { border-color: #76AF01; }

 span { border-color: rgb(118,175,1); }

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