Html Css Color HEX #075333 County Green

📋 copy color: '#075333'

red 7 ◦ green 83 ◦ blue 51

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

Shades of County Green #075333

Tints of County Green #075333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.87%

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 4.96%
G = 58.87%
B = 36.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#075333 (or 0x075333) is known color: County Green. HEX triplet: 07, 53 and 33. RGB value is (7,83,51). Sum of RGB (Red+Green+Blue) = 7+83+51=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #075333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075333 is #F8ACCC. Grayscale: #383838. Windows color (decimal): -16297165 or 3363591. OLE color: 3363591.

HSL color Cylindrical-coordinate representation of color #075333: hue angle of 154.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075333 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 51 -
CMYK 0.92 0 0.39 0.67
HSL 154.74º 0.84% 0.18% -
HSV(B) 154.74º 0.92% 0.33% -
XYZ 3.78 6.47 4.18 -
YUV 56.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 7 83 51 0.92 0 0.39 0.67 154.74 0.84 0.18
Hex 7 53 33 5C 0 27 43 9B 54 12
Octal 7 123 63 134 0 47 103 233 124 22
Binary 111 1010011 110011 1011100 0 100111 1000011 10011011 1010100 10010

Color Harmonies of #075333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075333

Black with #075333

Text Example


Text Example

White with #075333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075333; }

 p { color: rgb(7,83,51); }

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

background-color css

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

 a { background-color: rgb(7,83,51); }

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

border-color css

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

 span { border-color: rgb(7,83,51); }

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