Html Css Color HEX #75B301 Christi

📋 copy color: '#75B301'

red 117 ◦ green 179 ◦ blue 1

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

Shades of Christi #75B301

Tints of Christi #75B301

RGB

 RED value IS 117 (46.09% from 255) = 39.39%

 GREEN value IS 179 (70.31% from 255) = 60.27%

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

R = 39.39%
G = 60.27%
B = 0.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#75B301 (or 0x75B301) is known color: Christi. HEX triplet: 75, B3 and 01. RGB value is (117,179,1). Sum of RGB (Red+Green+Blue) = 117+179+1=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #75B301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B301 is #8A4CFE. Grayscale: #8C8C8C. Windows color (decimal): -9063679 or 111477. OLE color: 111477.

HSL color Cylindrical-coordinate representation of color #75B301: hue angle of 80.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75B301 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 1 -
CMYK 0.35 0 0.99 0.30
HSL 80.9º 0.99% 0.35% -
HSV(B) 80.9º 0.99% 0.7% -
XYZ 23.46 36.02 5.75 -
YUV 140.17 49.46 111.47 -
System Red Green Blue C M Y K H S L
Decimal 117 179 1 0.35 0 0.99 0.30 80.9 0.99 0.35
Hex 75 B3 1 23 0 63 1E 51 63 23
Octal 165 263 1 43 0 143 36 121 143 43
Binary 1110101 10110011 1 100011 0 1100011 11110 1010001 1100011 100011

Color Harmonies of #75B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B301

Black with #75B301

Text Example


Text Example

White with #75B301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75B301; }

 p { color: rgb(117,179,1); }

 H1.HeaderClassName
 {
   color: #75B301;
 }
 .AnyTagClassName
 {
   color: #75B301;
 }
</style>

background-color css

<style>
 a { background-color: #75B301; }

 a { background-color: rgb(117,179,1); }

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

border-color css

<style>
 span { border-color: #75B301; }

 span { border-color: rgb(117,179,1); }

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