Html Css Color HEX #007D25 Camarone

📋 copy color: '#007D25'

red 0 ◦ green 125 ◦ blue 37

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

Shades of Camarone #007D25

Tints of Camarone #007D25

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 125 (49.22% from 255) = 77.16%

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 0%
G = 77.16%
B = 22.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#007D25 (or 0x007D25) is known color: Camarone. HEX triplet: 00, 7D and 25. RGB value is (0,125,37). Sum of RGB (Red+Green+Blue) = 0+125+37=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 125 (49.22% from 255 or 77.16% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 125 - color contains mainly: green. Hex color #007D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007D25 is #FF82DA. Grayscale: #4D4D4D. Windows color (decimal): -16745179 or 2456832. OLE color: 2456832.

HSL color Cylindrical-coordinate representation of color #007D25: hue angle of 137.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D25 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 125 37 -
CMYK 1 0 0.70 0.51
HSL 137.76º 1% 0.25% -
HSV(B) 137.76º 1% 0.49% -
XYZ 7.67 14.8 4.2 -
YUV 77.59 105.09 72.66 -
System Red Green Blue C M Y K H S L
Decimal 0 125 37 1 0 0.70 0.51 137.76 1 0.25
Hex 0 7D 25 64 0 46 33 8A 64 19
Octal 0 175 45 144 0 106 63 212 144 31
Binary 0 1111101 100101 1100100 0 1000110 110011 10001010 1100100 11001

Color Harmonies of #007D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D25

Black with #007D25

Text Example


Text Example

White with #007D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D25; }

 p { color: rgb(0,125,37); }

 H1.HeaderClassName
 {
   color: #007D25;
 }
 .AnyTagClassName
 {
   color: #007D25;
 }
</style>

background-color css

<style>
 a { background-color: #007D25; }

 a { background-color: rgb(0,125,37); }

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

border-color css

<style>
 span { border-color: #007D25; }

 span { border-color: rgb(0,125,37); }

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