Html Css Color HEX #76BA01 Christi

📋 copy color: '#76BA01'

red 118 ◦ green 186 ◦ blue 1

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

Shades of Christi #76BA01

Tints of Christi #76BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.98%

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

R = 38.69%
G = 60.98%
B = 0.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#76BA01 (or 0x76BA01) is known color: Christi. HEX triplet: 76, BA and 01. RGB value is (118,186,1). Sum of RGB (Red+Green+Blue) = 118+186+1=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BA01 is #8945FE. Grayscale: #919191. Windows color (decimal): -8996351 or 113270. OLE color: 113270.

HSL color Cylindrical-coordinate representation of color #76BA01: hue angle of 82.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76BA01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 1 -
CMYK 0.37 0 0.99 0.27
HSL 82.05º 0.99% 0.37% -
HSV(B) 82.05º 0.99% 0.73% -
XYZ 25.04 38.97 6.23 -
YUV 144.58 46.97 109.04 -
System Red Green Blue C M Y K H S L
Decimal 118 186 1 0.37 0 0.99 0.27 82.05 0.99 0.37
Hex 76 BA 1 25 0 63 1B 52 63 25
Octal 166 272 1 45 0 143 33 122 143 45
Binary 1110110 10111010 1 100101 0 1100011 11011 1010010 1100011 100101

Color Harmonies of #76BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA01

Black with #76BA01

Text Example


Text Example

White with #76BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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