Html Css Color HEX #07750F Green

📋 copy color: '#07750F'

red 7 ◦ green 117 ◦ blue 15

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

Shades of Green #07750F

Tints of Green #07750F

RGB

 RED value IS 7 (3.13% from 255) = 5.04%

 GREEN value IS 117 (46.09% from 255) = 84.17%

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 5.04%
G = 84.17%
B = 10.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#07750F (or 0x07750F) is known color: Green. HEX triplet: 07, 75 and 0F. RGB value is (7,117,15). Sum of RGB (Red+Green+Blue) = 7+117+15=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #07750F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07750F is #F88AF0. Grayscale: #484848. Windows color (decimal): -16288497 or 1012999. OLE color: 1012999.

HSL color Cylindrical-coordinate representation of color #07750F: hue angle of 124.36º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07750F is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 117 15 -
CMYK 0.94 0 0.87 0.54
HSL 124.36º 0.89% 0.24% -
HSV(B) 124.36º 0.94% 0.46% -
XYZ 6.54 12.8 2.58 -
YUV 72.48 95.56 81.29 -
System Red Green Blue C M Y K H S L
Decimal 7 117 15 0.94 0 0.87 0.54 124.36 0.89 0.24
Hex 7 75 F 5E 0 57 36 7C 59 18
Octal 7 165 17 136 0 127 66 174 131 30
Binary 111 1110101 1111 1011110 0 1010111 110110 1111100 1011001 11000

Color Harmonies of #07750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07750F

Black with #07750F

Text Example


Text Example

White with #07750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07750F; }

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

 H1.HeaderClassName
 {
   color: #07750F;
 }
 .AnyTagClassName
 {
   color: #07750F;
 }
</style>

background-color css

<style>
 a { background-color: #07750F; }

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

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

border-color css

<style>
 span { border-color: #07750F; }

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

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