Html Css Color HEX #75B807 Christi

📋 copy color: '#75B807'

red 117 ◦ green 184 ◦ blue 7

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

Shades of Christi #75B807

Tints of Christi #75B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.74%

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 37.99%
G = 59.74%
B = 2.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#75B807 (or 0x75B807) is known color: Christi. HEX triplet: 75, B8 and 07. RGB value is (117,184,7). Sum of RGB (Red+Green+Blue) = 117+184+7=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #75B807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B807 is #8A47F8. Grayscale: #909090. Windows color (decimal): -9062393 or 505973. OLE color: 505973.

HSL color Cylindrical-coordinate representation of color #75B807: hue angle of 82.71º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75B807 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 184 7 -
CMYK 0.36 0 0.96 0.28
HSL 82.71º 0.93% 0.37% -
HSV(B) 82.71º 0.96% 0.72% -
XYZ 24.51 38.08 6.26 -
YUV 143.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 117 184 7 0.36 0 0.96 0.28 82.71 0.93 0.37
Hex 75 B8 7 24 0 60 1C 53 5D 25
Octal 165 270 7 44 0 140 34 123 135 45
Binary 1110101 10111000 111 100100 0 1100000 11100 1010011 1011101 100101

Color Harmonies of #75B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B807

Black with #75B807

Text Example


Text Example

White with #75B807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,184,7); }

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

background-color css

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

 a { background-color: rgb(117,184,7); }

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

border-color css

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

 span { border-color: rgb(117,184,7); }

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