Html Css Color HEX #069B38 Pigment Green

📋 copy color: '#069B38'

red 6 ◦ green 155 ◦ blue 56

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

Shades of Pigment Green #069B38

Tints of Pigment Green #069B38

RGB

 RED value IS 6 (2.73% from 255) = 2.76%

 GREEN value IS 155 (60.94% from 255) = 71.43%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 2.76%
G = 71.43%
B = 25.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#069B38 (or 0x069B38) is known color: Pigment Green. HEX triplet: 06, 9B and 38. RGB value is (6,155,56). Sum of RGB (Red+Green+Blue) = 6+155+56=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 155 (60.94% from 255 or 71.43% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 155 - color contains mainly: green. Hex color #069B38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069B38 is #F964C7. Grayscale: #636363. Windows color (decimal): -16344264 or 3709702. OLE color: 3709702.

HSL color Cylindrical-coordinate representation of color #069B38: hue angle of 140.13º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B38 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 155 56 -
CMYK 0.96 0 0.64 0.39
HSL 140.13º 0.93% 0.32% -
HSV(B) 140.13º 0.96% 0.61% -
XYZ 12.51 23.77 7.67 -
YUV 99.16 103.64 61.55 -
System Red Green Blue C M Y K H S L
Decimal 6 155 56 0.96 0 0.64 0.39 140.13 0.93 0.32
Hex 6 9B 38 60 0 40 27 8C 5D 20
Octal 6 233 70 140 0 100 47 214 135 40
Binary 110 10011011 111000 1100000 0 1000000 100111 10001100 1011101 100000

Color Harmonies of #069B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069B38

Black with #069B38

Text Example


Text Example

White with #069B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069B38; }

 p { color: rgb(6,155,56); }

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

background-color css

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

 a { background-color: rgb(6,155,56); }

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

border-color css

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

 span { border-color: rgb(6,155,56); }

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