Html Css Color HEX #07835F Deep Sea

📋 copy color: '#07835F'

red 7 ◦ green 131 ◦ blue 95

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

Shades of Deep Sea #07835F

Tints of Deep Sea #07835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.22%

 BLUE value IS 95 (37.5% from 255) = 40.77%

R = 3%
G = 56.22%
B = 40.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#07835F (or 0x07835F) is known color: Deep Sea. HEX triplet: 07, 83 and 5F. RGB value is (7,131,95). Sum of RGB (Red+Green+Blue) = 7+131+95=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #07835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07835F is #F87CA0. Grayscale: #595959. Windows color (decimal): -16284833 or 6259463. OLE color: 6259463.

HSL color Cylindrical-coordinate representation of color #07835F: hue angle of 162.58º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07835F is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 131 95 -
CMYK 0.95 0 0.27 0.49
HSL 162.58º 0.9% 0.27% -
HSV(B) 162.58º 0.95% 0.51% -
XYZ 10.27 17.1 13.59 -
YUV 89.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 7 131 95 0.95 0 0.27 0.49 162.58 0.9 0.27
Hex 7 83 5F 5F 0 1B 31 A3 5A 1B
Octal 7 203 137 137 0 33 61 243 132 33
Binary 111 10000011 1011111 1011111 0 11011 110001 10100011 1011010 11011

Color Harmonies of #07835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07835F

Black with #07835F

Text Example


Text Example

White with #07835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,131,95); }

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

background-color css

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

 a { background-color: rgb(7,131,95); }

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

border-color css

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

 span { border-color: rgb(7,131,95); }

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