Html Css Color HEX #75B308 Christi

📋 copy color: '#75B308'

red 117 ◦ green 179 ◦ blue 8

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

Shades of Christi #75B308

Tints of Christi #75B308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 38.49%
G = 58.88%
B = 2.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#75B308 (or 0x75B308) is known color: Christi. HEX triplet: 75, B3 and 08. RGB value is (117,179,8). Sum of RGB (Red+Green+Blue) = 117+179+8=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #75B308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B308 is #8A4CF7. Grayscale: #8D8D8D. Windows color (decimal): -9063672 or 570229. OLE color: 570229.

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

Color convert

RGB 117 179 8 -
CMYK 0.35 0 0.96 0.30
HSL 81.75º 0.91% 0.37% -
HSV(B) 81.75º 0.96% 0.7% -
XYZ 23.5 36.04 5.95 -
YUV 140.97 52.96 110.9 -
System Red Green Blue C M Y K H S L
Decimal 117 179 8 0.35 0 0.96 0.30 81.75 0.91 0.37
Hex 75 B3 8 23 0 60 1E 52 5B 25
Octal 165 263 10 43 0 140 36 122 133 45
Binary 1110101 10110011 1000 100011 0 1100000 11110 1010010 1011011 100101

Color Harmonies of #75B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B308

Black with #75B308

Text Example


Text Example

White with #75B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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