Html Css Color HEX #6A720B Fiji Green

📋 copy color: '#6A720B'

red 106 ◦ green 114 ◦ blue 11

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

Shades of Fiji Green #6A720B

Tints of Fiji Green #6A720B

RGB

 RED value IS 106 (41.8% from 255) = 45.89%

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 45.89%
G = 49.35%
B = 4.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#6A720B (or 0x6A720B) is known color: Fiji Green. HEX triplet: 6A, 72 and 0B. RGB value is (106,114,11). Sum of RGB (Red+Green+Blue) = 106+114+11=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #6A720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A720B is #958DF4. Grayscale: #646464. Windows color (decimal): -9801205 or 750186. OLE color: 750186.

HSL color Cylindrical-coordinate representation of color #6A720B: hue angle of 64.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A720B is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 11 -
CMYK 0.07 0 0.90 0.55
HSL 64.66º 0.82% 0.25% -
HSV(B) 64.66º 0.9% 0.45% -
XYZ 12.02 15.12 2.6 -
YUV 99.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 106 114 11 0.07 0 0.90 0.55 64.66 0.82 0.25
Hex 6A 72 B 7 0 5A 37 41 52 19
Octal 152 162 13 7 0 132 67 101 122 31
Binary 1101010 1110010 1011 111 0 1011010 110111 1000001 1010010 11001

Color Harmonies of #6A720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A720B

Black with #6A720B

Text Example


Text Example

White with #6A720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A720B; }

 p { color: rgb(106,114,11); }

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

background-color css

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

 a { background-color: rgb(106,114,11); }

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

border-color css

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

 span { border-color: rgb(106,114,11); }

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